From 4147dd218de200840b1f0b6c1d0bc8b2ea8206ae Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Mon, 11 Jul 2022 09:08:47 -0700 Subject: [PATCH] flatpak: Change option enable_vulkan=no to vulkan=disabled Syntax was modified in c4d350c260879c11ea94641ac820b331aeaccc7c --- build-aux/flatpak/org.gtk.Demo4.json | 2 +- build-aux/flatpak/org.gtk.IconBrowser4.json | 2 +- build-aux/flatpak/org.gtk.WidgetFactory4.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index c3f69c7a48..2e5359ed2a 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -186,7 +186,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Denable_vulkan=no", + "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index 000374911a..fe11db5596 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -115,7 +115,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Denable_vulkan=no", + "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index 1d51d1b7c2..b62825effa 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -115,7 +115,7 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Denable_vulkan=no", + "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Dprofile=devel" ], -- 2.30.2